Configurates
C1.Web.Mvc.ChartAxis<T>.Title. Sets the title text shown next to the axis.
Syntax
'Declaration
Public Function Title( _
ByVal As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Title(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also